var net/http.http2ErrFrameTooLarge

6 uses

	net/http (current package)
		h2_bundle.go#L1935: 		return http2ErrFrameTooLarge
		h2_bundle.go#L2052: var http2ErrFrameTooLarge = errors.New("http2: frame too large")
		h2_bundle.go#L2084: 			return nil, fmt.Errorf("http2: failed reading the frame payload: %w, note that the frame header looked like an HTTP/1.1 header", http2ErrFrameTooLarge)
		h2_bundle.go#L2086: 		return nil, http2ErrFrameTooLarge
		h2_bundle.go#L5487: 		if err == http2ErrFrameTooLarge {
		h2_bundle.go#L9523: 	if errors.Is(err, http2ErrFrameTooLarge) {